-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib: add TxIn
#10
lib: add TxIn
#10
Conversation
f6b453b
to
50b396a
Compare
using the Good callout on:
|
50b396a
to
b2e23ec
Compare
Rebased. I also moved any |
This unfortunately needs another rebase now that #11 landed. |
b2e23ec
to
5f374ee
Compare
Rebased |
5f374ee
to
2e3fd74
Compare
Given the conversation on #16, I removed the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 2e3fd74.
I'm not 100% certain yet we should not have the optimization, but I do agree it's worth asking on the uniffi repo and simply adding the optimization to all types that can make use of it once a final decision has been reached. In the meantime this means we can merge those quicker.
Nothing too wild here. This mirrors what is going on in
bdk-ffi
and also adds the conversion fromTxIn
toBitcoinTxIn
. WeirdlyFrom<u32>
forSequence
is not implemented otherwise this would be super clean.